runtime.fixalloc.nchunk (field)

5 uses

	runtime (current package)
		mfixalloc.go#L37: 	nchunk uint32  // bytes remaining in current chunk
		mfixalloc.go#L69: 	f.nchunk = 0
		mfixalloc.go#L91: 	if uintptr(f.nchunk) < f.size {
		mfixalloc.go#L93: 		f.nchunk = f.nalloc
		mfixalloc.go#L101: 	f.nchunk -= uint32(f.size)